home *** CD-ROM | disk | FTP | other *** search
/ IQ Digizine 2 / IQ Digizine 2.iso / mac / MACDEMOS / HOT_&_BOTTLED_DEMO / N2-s3a / 00010.ls < prev    next >
Encoding:
Text File  |  1997-08-13  |  799 b   |  21 lines

  1. on R1C
  2.   global gline1, gline2, gline3, gline4, gaction1, gaction2, gaction3, gaction4, gmoviespot, gmoviestart1, gmoviestart2, gmoviestart3, gmoviestart4, gmovieend1, gmovieend2, gmovieend3, gmovieend4
  3.   set gline1 to "Go back to your place and finish this business there"
  4.   set gaction1 to "R1D"
  5.   set gmoviestart1 to 1864
  6.   set gmovieend1 to 2132
  7.   set gline2 to "Take you out to dinner, and figure out where we should go next"
  8.   set gaction2 to "R1L"
  9.   set gmoviestart2 to 2136
  10.   set gmovieend2 to 2392
  11.   set gline3 to "Take you to a movie and give you the time of your life"
  12.   set gaction3 to "R1L"
  13.   set gmoviestart3 to 2136
  14.   set gmovieend3 to 2392
  15.   set gline4 to "Take you on a grand tour of the inside of my pants, BABY!"
  16.   set gaction4 to "Death"
  17.   TheDeath()
  18.   randomize()
  19.   SetUp()
  20. end
  21.